const runtime._SigSetStack
5 uses
runtime (current package)
runtime2.go#L881: _SigSetStack // Don't explicitly install handler, but add SA_ONSTACK to existing libc handler
signal_unix.go#L173: if t.flags&_SigSetStack != 0 {
sigtab_linux_generic.go#L42: /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
sigtab_linux_generic.go#L43: /* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
sigtab_linux_generic.go#L44: /* 34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |